gtk4-demo: Add background to CSS Basics demo
authorTimm Bäder <mail@baedert.org>
Sat, 8 Aug 2020 19:11:38 +0000 (21:11 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 28 Aug 2020 02:35:46 +0000 (04:35 +0200)
So people can at least read the textview contents

demos/gtk-demo/css_basics.css

index 0b3365f50f78c46e441d2ca7fdf93597823a1a24..238ad466676515e7f03ea59ceac93daf255e4b0e 100644 (file)
   border: 1px solid;
 }
 
+window {
+  background-color: white;
+}
+
 /* Make sure selections are visible */
 selection {
   background-color: darkGreen;